home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 January: Mac OS SDK / Dev.CD Jan 00 SDK1.toast / Development Kits / Mac OS / QuickTime / QuickTime 3 Interfaces & Libs / QTDevWin / CIncludes / Interrupts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-21  |  707 b   |  31 lines  |  [TEXT/dosa]

  1. /*
  2.      File:        Interrupts.h
  3.  
  4.      Contains:    Public Interface to the Interrupt Manager.
  5.  
  6.      Version:    Technology:    PowerSurge 1.0.2
  7.                  Release:    QuickTime 3.0
  8.  
  9.      Copyright:    © 1985-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18. #ifndef __INTERRUPTS__
  19. #define __INTERRUPTS__
  20.  
  21. #ifndef __DRIVERSERVICES__
  22. #include <DriverServices.h>
  23. #endif
  24.  
  25. /*
  26.     The contents of Interrupts.h has been merged into DriverServices.h
  27. */
  28.  
  29. #endif /* __INTERRUPTS__ */
  30.  
  31.